home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2410 / 2410.xpi / defaults / preferences / prefs.js
Text File  |  2010-01-28  |  550b  |  17 lines

  1. /*
  2.  Copyright 2006 Foxmarks Inc.
  3.  
  4.  prefs.js: contains default preferences for extension.
  5.  
  6.  */
  7.  
  8. pref("extensions.foxmarks@kei.com.description", 
  9.     "chrome://foxmarks/locale/foxmarks.properties");
  10. pref("extensions.xmarks.enableLogging", true);
  11. pref("extensions.xmarks.securityLevel", 0);
  12. pref("extensions.xmarks.synchOnTimer", true);
  13. pref("extensions.xmarks.shortcut.SyncNow", "s");
  14. pref("extensions.xmarks.shortcut.OpenSettings", "o");
  15. pref("extensions.xmarks.shortcut.SiteInfo", "n");
  16. pref("extensions.xmarks.enableSimSite", true);
  17.